home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-06-13 | 544 b | 38 lines | [TEXT/EDIT] |
- -- Part of SmallEiffel -- Read DISCLAIMER file -- Copyright (C)
- -- Dominique COLNET and Suzanne COLLIN -- colnet@loria.fr
- --
- deferred class AUX_GENERIC7XCT[G]
-
- feature
-
- start is
- deferred
- end;
-
- after: BOOLEAN is
- deferred
- end;
-
- forth is
- deferred
- end;
-
- item: G is
- deferred
- end;
-
- empty: BOOLEAN is
- deferred
- end;
-
- cursor: CURSOR is
- deferred
- end;
-
- go_to (c: CURSOR) is
- deferred
- end;
-
- end -- AUX_GENERIC7XCT
-
-